up: programming:c  
Programming C
Time Related
What links here?

Functions

programming - C - functions - asctime()
Convert tm structure to string
programming - C - functions - clock()
Returns the number of clock ticks elapsed since the program was launched.
char* ctime(const time_t* timer)
Convert time_t value to string
double difftime(time_t time2, time_t time1)
Return difference between two times
struct tm* gmtime(const time_t* timer)
Convert time_t to tm as UTC time
struct tm* localtime(const time_t* timer )
Convert time_t to tm as local time
time_t mktime(struct tm* timeptr)
Convert tm structure to time_t as local time
size_t strftime(char* ptr, size_t maxsize, const char* format, const struct tm* timeptr)
Format time to string
time_t time(time_t* timer)
Get current time




Macros



types

programming - c - time related
filename:programming - c - time related
filename:programming%20%2D%20c%20%2D%20time%20related
last edit:March 16 2013 21:09:52 (4068 days ago)
ct = 1714963646.000000 = May 05 2024 22:47:26
ft = 1363482592.000000 = March 16 2013 21:09:52
dt = 351481054.000000